html {
    font-size: 37.5px;
    width: 100vw;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
}

body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
        Arial, PingFang SC-Light, Microsoft YaHei;
}

body{ margin: 0px; padding: 0px; font-family: "myfamily", "Source Han Sans CN", "Microsoft YaHei", Arial, SimSun; background-color: #FFFFFF; overflow-x: hidden;}
ul { margin: 0px; padding: 0px; list-style-type: none; }
p { margin: 0px; padding: 0px; }
a { text-decoration: none; }
input,select{box-sizing: border-box; outline: none; }

input {
    background-color: transparent;
    border: 0;
}
img{
    object-fit: cover;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-start {
    display: flex;
    justify-content: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}

.justify-around {
    display: flex;
    justify-content: space-around;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.pos-re{
    position: relative;
}

.pos-ab{
    position: absolute;
}

.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
.wh100{
    width: 100%;
    height: 100%;
}
.flex-wrap{
    flex-wrap: wrap
}

.curp{
    cursor: pointer;

}

.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;

}
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}

.no_border{
    border: none !important;
}
.mb07{
   margin-bottom: .7rem; 
}

.ptheader{
    margin-top: 1.89rem;
}
.lh085{
    line-height: .85rem !important;
}
.hide{
    display: none;
}
.pd0{
    padding: 0 !important;
}
.tab_item{
    cursor: pointer;
}



.ny_biti {
    width: 37.31rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 1.28rem;
    padding: 1.5rem 0 1rem;
}

.ny_biti a {
    color: #333333;
    margin: 0 0.2rem;
}
.phone{
    display: none;
  }